home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-17 | 720 b | 38 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: FWDebug.h
- // Release Version: $ ODF 2 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef FWENVDEF_H
- #include "FWEnvDef.h"
- #endif
-
- #ifndef FWDEBUG_H
- #define FWDEBUG_H
-
- #if !defined(FWDBGSTR_H) && defined(FW_DEBUG)
- #include "FWDbgStr.h"
- #endif
-
- #if !defined(FWPRIDEB_H)
- #include "FWPriDeb.h"
- #endif
-
- #if !defined(FWSYMFIL_H) && defined(FW_BUILD_WIN)
- #include "FWSymFil.h"
- #endif
-
- #ifndef FWPRFCNT_H
- #include "FWPrfCnt.h"
- #endif
-
- #ifndef SLDEBUG_H
- #include "SLDebug.h"
- #endif
-
- #endif
-